home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mr_danger.swf / scripts / DefineButton2_184 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-03-20  |  259 b   |  9 lines

  1. on(press){
  2.    _root.gamerun = false;
  3.    _root.score = 0;
  4.    _root.particle1._x = _root.particle1.startx;
  5.    _root.particle1._y = _root.particle1.starty;
  6.    _root.particle2._x = _root.particle2.startx;
  7.    _root.particle2._y = _root.particle2.starty;
  8. }
  9.